home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / text / show / TextView120.readme < prev   
Encoding:
Text File  |  1998-05-05  |  6.9 KB  |  179 lines

  1. Short:    Textviewer for PP,XPK,AGuide,HTML,Pipes.
  2. Author:   d95ta@efd.lth.se (Torbjörn Andersson)
  3. Uploader: d95ta@efd.lth.se (Torbjörn Andersson)
  4. Type:     text/show
  5.  
  6.  
  7. Features:
  8. · Custom routines for text output and scrolling.
  9. · Scrollbar with soft realtime scrolling.
  10. · Can show different fontstyles and colors.
  11. · Proportional fonts are supported.
  12. · Hides AmigaGuide commands.
  13. · Hides HTML tags.
  14. · Pipe support.
  15. · Commodity.
  16. · Macro keys.
  17. · Multiple files.
  18. · Files can be shown in hexadecimal form.
  19. · Reads files crunched with PowerPacker or XPK.
  20. · Can crunch and save files.
  21. · Font sensitive GUI.
  22. · Configurable.
  23. · Fast searchroutine.
  24. · Bookmarks.
  25. · AppWindow and AppIcon.
  26. · Can be made Resident.
  27. · AmigaOS 1.2/1.3 compatible, AmigaOS 2.0/3.0 aware.
  28.  
  29. TextView is shareware, suggested fee is 5 USD. Some
  30. functions requires a keyfile to be enabled, which is
  31. available from the author. Please read TextView.guide
  32. for more information.
  33.  
  34. ------------------------------------------------------------
  35.  
  36. History:
  37.  
  38. 1.20 (28.2.98)
  39. · Added uudecode function.
  40. · "Info String" can be moved to the left in the titlebar.
  41.  
  42. 1.19 (1.12.97)
  43. · Fixed bugs in text movement of partly loaded text
  44.   (introduced in version 1.18).
  45.  
  46. Note that if you saved the default value of Buffer Size (0)
  47. in TextView 1.17, you will probably still want to change it
  48. to the new default value (-1).
  49.  
  50. 1.18 (25.11.97)
  51. · Copies GfxBase->DefaultFont instead of using it directly.
  52. · TextView's display wasn't updated correctly when
  53.   GfxBase->DefaultFont changed.
  54. · "Settings->Workbench Icon" is now upated when a new
  55.   settings file is loaded.
  56. · Name of icon will always be "TextView" instead of the name
  57.   of the file that was viewed when the icon was added.
  58. · Default font for screen titlebar and menus are now the
  59.   same as the Workbench screen font.
  60. · Added command "Ascii Dump".
  61. · Renamed command line option ASCII to NORMAL. ASCII now
  62.   means "Ascii Dump" will be used.
  63. · Fixed two small bugs regarding macro keys and key repeat
  64.   events.
  65. · When TextView detects a binary file, it will be shown in
  66.   hex or ascii mode, depending on what was used when the
  67.   settings file was saved.
  68. · Added "Settings->Info String".
  69. · Added MOUSEMODE and SCROLLBARMODE options.
  70. · Changed special cases in "Buffer Size" and "Loading Size".
  71. · "Information" only shows information about loaded files,
  72.   and nothing about the system anymore.
  73. · Removed ability to save settings to default settings file
  74.   without using filerequester.
  75.  
  76. 1.17 (25.10.97)
  77. · Fixed two bugs regarding filerequester and public screens.
  78. · Maximum size of buffer to allocate for a file can be set.
  79. · Removing TextView from Commodities Exchange didn't work
  80.   well when TextView was iconified.
  81. · Fixed use of string in macro function.
  82. · Using other than default settings/macro file and selecting
  83.   Load/Save Settings/Macros twice crashed.
  84. · Uses different filerequesters for settings/macros.
  85. · Added reload function.
  86. · Size to read from file between updates of the progress bar
  87.   can be set.
  88. · Added two options for font usage, used when selecting
  89.   "Settings->Font->Default" and holding down the ctrl key.
  90.  
  91. 1.16 (8.9.97)
  92. · Added COLORS command-line option.
  93. · Having the scroll gadget in the border would loose a
  94.   couple of bytes of memory.
  95. · Fixed bug in custom text output routine, that would
  96.   write text at wrong place under certain conditions.
  97. · Initial filerequester didn't care about PUBSCREEN option.
  98. · Scrollbar wouldn't always be set to full size for
  99.   partially loaded files.
  100. · Holding down a key (so it produces key repeat events)
  101.   which has a macro assigned to it would loose memory.
  102. · Using a proportional font and selecting hex mode would go
  103.   back to default text font permanently.
  104. · "Remove HTML Tags" handles <pre>/</pre>. Made some other
  105.   small changes. Some documents may look worse than earlier.
  106.  
  107. 1.15 (15.8.97)
  108. · Won't update scroll gadget after every mousemove when
  109.   scrolling is currently still.
  110. · Loading routine rewritten.
  111.   Removed internal ppDecrunchBuffer(), powerpacker.library
  112.   is always required for decrunching.
  113.   Uses the progress bar when loading normal files too, not
  114.   just xpk-files.
  115.   Title bar is set to 'Loading...' only when the file is
  116.   actually being read.
  117.   Checks for user break at more places.
  118. · The progress bar is used when crunching a file.
  119. · Added Refresh command.
  120. · Added "Close All", "Save All" and "Crunch & Save All".
  121. · Searching works even when whole file isn't loaded
  122.   (forwards only).
  123. · Macro function rewritten.
  124.   You can put in as many commands as there is available
  125.   memory for. Menus can be used in macro.
  126.   The contents of the File-, Font-, Screen Mode-, String-,
  127.   Integer- and Palette requesters can be saved in the macro.
  128. · If you are out of memory, it's likely there isn't enough
  129.   memory to open a requester to inform about this. So now
  130.   TextView gives that information in the title bar also.
  131. · Title bar shows name of file when loading/(de)crunching.
  132. · Title bar shows string when searching.
  133. · Esc key terminates TextView if only one file is open.
  134. · Removed random palette.
  135. · powerpacker.library/ppCrunchBuffer() (V36.10) won't always
  136.   detect buffer overflow, and then also cause a harmless
  137.   MungWall hit. Workaround added for both problems.
  138. · Directories are ignored when loading multiple files
  139.   (before "TextView DF0:#?" only loaded files from DF0:
  140.   until the first directory was found.)
  141. · If a drawer icon is dragged over TextView's window, the
  142.   filerequester will open and be positioned in that drawer.
  143. · If initial file can't be loaded, the filerequester that
  144.   opens will have its directory and filename initialized to
  145.   that file instead of empty strings.
  146. · Fixed a delay after selecting many files in filerequester.
  147. · Initial filerequester opens on default public screen.
  148. · Fixed file checking when a file is opened in place of an
  149.   old one.
  150. · Proportional fonts are now supported (except in hex mode).
  151. · Added "Settings->AppIcon", so the icon can always be on
  152.   Workbench, or never (requires that CX_POPKEY have been
  153.   initialized) or like before only when TextView is
  154.   iconified (by using the macro facility).
  155. · Fixed handling of "cursor forward [n] character positions"
  156.   (9B [N] 43), it used to move one character too far.
  157. · Different fontstyles should not be able to overwrite
  158.   window borders anymore.
  159. · Added keyfile requirement for some functions.
  160.  
  161.  
  162. ---------------------------------///---------
  163. Torbjörn Andersson              /// A1200/030
  164. d95ta@efd.lth.se            \\\/// I love you
  165. http://www.efd.lth.se/~d95ta \XX/     - AMIGA
  166.  
  167.  
  168. ============================= Archive contents =============================
  169.  
  170. Original  Packed Ratio    Date     Time    Name
  171. -------- ------- ----- --------- --------  -------------
  172.      628     268 57.3% 12-Jun-97 08:23:30  TextView.info
  173.    60608   39396 34.9% 05-Mar-98 04:50:16 +TextView
  174.      436     151 65.3% 12-Jun-97 08:23:24 +TextView.guide.info
  175.      920     478 48.0% 14-Dec-97 00:14:38 +TextView.info
  176.    58802   22180 62.2% 07-Mar-98 09:52:18 +TextView.guide
  177. -------- ------- ----- --------- --------
  178.   121394   62473 48.5% 01-May-98 18:52:18   5 files
  179.